Browse Source

[init] Added base page

master
Miguel Castiblanco 5 years ago
commit
5112fca4cc
  1. 3
      .gitmodules
  2. 6
      archetypes/default.md
  3. 65
      config.toml
  4. 6
      content/about.md
  5. 1
      themes/coder

3
.gitmodules

@ -0,0 +1,3 @@
[submodule "themes/coder"]
path = themes/coder
url = https://github.com/luizdepra/hugo-coder.git

6
archetypes/default.md

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

65
config.toml

@ -0,0 +1,65 @@
baseurl = "http://starcarr.co"
title = "Miguel Castiblanco"
theme = "coder"
languagecode = "en"
paginate = 20 # Default number of pages per page in pagination.
canonifyurls = true # Enable to turn relative URLs into absolute.
pygmentsstyle = "b2" # Color-theme or style for syntax highlighting.
pygmentscodefences = true # Enable code fence background highlighting.
pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
[params] # theme parameters
author = "Miguel Castiblanco"
info = "Software Engineer, Author, and amateur Photographer"
description = "Miguel Castiblanco's website"
keywords = "miguel,castiblanco,kotlin,flutter"
#disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
# Whether you want to hide copyright and credits in the footer.
hideCredits = false
hideCopyright = true
# Custom CSS
custom_css = []
# RTL support
rtl = false
# Social links
[[params.social]]
name = "Git"
weight = 1
url = "http://git.starcarr.co/explore/organizations"
[[params.social]]
name = "LinkedIn"
weight = 4
url = "https://www.linkedin.com/in/macastiblancot"
[[params.social]]
name = "Photographs"
weight = 3
url = "https://500px.com/macastiblancot"
[[params.social]]
name = "email"
weight = 5
url = "mailto:miguel@starcarr.co"
[[params.social]]
name = "LKiK"
weight = 2
url = "https://www.packtpub.com/application-development/learning-concurrency-kotlin"
# Menu links
#[[menu.main]]
# name = "Blog"
# weight = 1
# url = "/posts/"
[[menu.main]]
name = "About"
weight = 1
url = "/about/"
#[[menu.main]]
# name = "Learning Concurrency in Kotlin"
# weight = 2
# url = "/kotlin/"

6
content/about.md

@ -0,0 +1,6 @@
---
title: "About"
date: 2018-06-22T02:18:01-07:00
draft: true
---

1
themes/coder

@ -0,0 +1 @@
Subproject commit fe847fb1528b1d20253107b935e4e24405537193
Loading…
Cancel
Save