diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cc3c512 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rd-party/quantum-colors"] + path = 3rd-party/quantum-colors + url = git@github.com:nkpfstr/quantum-colors.git diff --git a/3rd-party/quantum-colors b/3rd-party/quantum-colors new file mode 160000 index 0000000..30e54b1 --- /dev/null +++ b/3rd-party/quantum-colors @@ -0,0 +1 @@ +Subproject commit 30e54b1e5db47b0ac496b0f93c485ffb1ab83148 diff --git a/_config.yml b/_config.yml index 63f6a95..a2aa518 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Site settings -title: Your awesome title +title: fašnmejkr email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this @@ -7,6 +7,8 @@ description: > # this means to ignore newlines until "baseurl:" Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://yourdomain.com" # the base hostname & protocol for your site + +# FIXME: Should be better structured twitter_username: jekyllrb github_username: jekyll google_play: 'GDGX' @@ -15,23 +17,32 @@ google_plus_per: '+GDGManagua' #Personal link facebook_app_id: 12345 # Layout settings +# FIXME: Should be renamed header_type: default # values [ drawer, default ] post_type: highlight # values [ highlight, default ] pagination_type: default # values [ ops, default ] -more_vert: - option1: - name: Cool Option 1 - link: www.myawesomelink.com - option2: - name: Cool Option 2 - link: www.myawesomelink.com - option3: - name: Cool Option 3 - link: www.myawesomelink.com - -disqus: true +disqus: false disqus_shortname: 'gdgmanagua' # Build settings markdown: kramdown + +material: + primary: purple + secondary: pink + + +# Enable for Asciidoc +# gems: +# - jekyll-asciidoc +# +# +#asciidoc: {} +#asciidoctor: +# base_dir: :docdir +# safe: unsafe +# attributes: +# - idseparator=_ +# - source-highlighter=coderay +# - icons=font diff --git a/_includes/cards.html b/_includes/cards.html new file mode 100644 index 0000000..d24365b --- /dev/null +++ b/_includes/cards.html @@ -0,0 +1,31 @@ +
{{ post.excerpt }}
+