diff --git a/.gitmodules b/.gitmodules index 1e5e02e..f85201a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/goa"] - path = themes/goa - url = https://github.com/NissesSenap/hugo-goa.git +[submodule "themes/coder"] + path = themes/coder + url = https://github.com/luizdepra/hugo-coder.git diff --git a/README_tmp.md b/README_tmp.md index 1f6a965..127bc7d 100644 --- a/README_tmp.md +++ b/README_tmp.md @@ -6,7 +6,7 @@ ### Add the goa theme -```git submodule add https://github.com/NissesSenap/hugo-goa.git themes/goa``` +```git submodule add https://github.com/luizdepra/hugo-coder.git themes/coder``` ### If the submoudle already is added: @@ -22,4 +22,4 @@ ### Build the homepage and put in to docs folder -hugo -t goa -d docs +hugo -t coder -d docs diff --git a/config.toml b/config.toml index a48d185..13eab19 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,5 @@ ## Basic Configuration -# baseurl = "https://shenoybr.github.io/hugo-goa-demo/" baseurl = "https://nissessenap.github.io/blog/" builddrafts = false canonifyurls = false @@ -10,58 +9,110 @@ contentdir = "content" layoutdir = "layouts" publishdir = "docs" -title = "Edvins random stuff site" - - -theme = "goa" +title = "Running IT" ## Hugo Built-in Features # disqusShortname = "https-shenoybr-github-io-hugo-goa-demo" # Comment out to disable Disqus. googleAnalytics = "XYZ" enableRobotsTXT = true -## Site Settings +theme = "coder" + +defaultcontentlanguage = "en" + +paginate = 20 + +pygmentsstyle = "b2" +pygmentscodefences = true +pygmentscodefencesguesssyntax = true + +# disqusShortname = "yourdiscussshortname" + [params] -author = "Edvin Norling" -intro = "My head in the clouds" -description = "Doing random stuff within computers and devops.
+ Trail running and see the world" -authorimage = "headshot.jpg" -dateformat = "Jan 2, 2006" - -## Site Meta Settings -[params.meta] -description = "Simple minimalist theme" -keywords = "minimalist,blog,goa,hugo,developer" - -## Social Accounts -[params.social] -github = "NissesSenap" -instagram = "nisse_senap" -linkedin = "edvin-norling-54832135" -strava = "28887261" -email = "edvin.norling@gmail.com" - -## Extras -[params.extra] -copyright = "© 2019. Edvin Norling. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)." -poweredby = true -highlightjs = true -socialmarkup = true - - -## Main Menu -[[menu.main]] - name = "blog" - weight = 100 - identifier = "blog" - url = "/blog/" -[[menu.main]] - name = "about" - identifier = "about" - weight = 200 - url = "/about/" -[[menu.main]] - name = "coderag" - identifier = "coderag" - weight = 300 - url = "/coderag/" + keywords = "blog,developer,personal" + info = "My head in the clouds" + author = "Edvin Norling" + description = "Doing random stuff within computers and devops.
+ Trail running and see the world" + dateformat = "Jan 2, 2006" + + avatarurl = "/img/headshot.jpg" + footercontent = "Doing random stuff within computers and devops." + + hideCredits = false + hideCopyright = false + + # Git Commit in Footer, uncomment the line below to enable it. + commit = "" + + rtl = false + + # Use inverted colors + inverted = false + + # Series see also post count + maxSeeAlsoItems = 5 + + # Custom CSS + custom_css = [] + + # Custom JS + custom_js = [] + +[taxonomies] + category = "categories" + series = "series" + tag = "tags" + +# linkedin = "edvin-norling-54832135" +# strava = "28887261" +# email = "edvin.norling@gmail.com" + +[[params.social]] + name = "Github" + icon = "fab fa-github" + weight = 1 + url = "https://github.com/NissesSenap" +[[params.social]] + name = "Instagram" + icon = "fab fa-instagram" + weight = 2 + url = "https://instagram.com/nisse_senap/" +[[params.social]] + name = "Strava" + icon = "fab fa-strava" + weight = 2 + url = "https://www.strava.com/athletes/28887261" +[[params.social]] + name = "LinkedIn" + icon = "fab fa-linkedin" + weight = 4 + url = "https://www.linkedin.com/in/edvin-norling-54832135" +[[params.social]] + name = "Email" + icon = "fas fa-envelope" + weight = 5 + url = "mailto:edvin.norling@gmail.com" + +[languages] + [languages.en] + languagename = "English" + + [[languages.en.menu.main]] + name = "About" + weight = 1 + url = "/about/" + + [[languages.en.menu.main]] + name = "Blog" + weight = 2 + url = "/blog/" + + #[[languages.en.menu.main]] + #name = "Projects" + #weight = 3 + #url = "/projects/" + + [[languages.en.menu.main]] + name = "Contact me" + weight = 5 + url = "/contact/" \ No newline at end of file diff --git a/themes/coder b/themes/coder new file mode 160000 index 0000000..7ed7d3c --- /dev/null +++ b/themes/coder @@ -0,0 +1 @@ +Subproject commit 7ed7d3c51eacf760bba8ed4f67994d0c97c1108a diff --git a/themes/goa b/themes/goa deleted file mode 160000 index bd88e4b..0000000 --- a/themes/goa +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bd88e4b7661009552efe43dce0d6f36206191435