+ + {{ post.title | escape }} + +
++ {%- if site.show_excerpts -%} +
{{ post.excerpt }}+ {%- endif -%} +
diff --git a/Gemfile.lock b/Gemfile.lock index 1916622..be67c7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,4 +84,4 @@ DEPENDENCIES wdm (~> 0.1.1) BUNDLED WITH - 2.3.4 + 2.3.22 diff --git a/_config.yml b/_config.yml index 06c00f9..e5da39c 100644 --- a/_config.yml +++ b/_config.yml @@ -18,15 +18,18 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Crappy's Blog +title: 1w1.one author: - name: Kale -description: This Blog is Crappy . + name: +description: baseurl: "" -url: "https://landing.1w1.one" +url: "https://1w1.one" show_excerpts: true # set to true to show excerpts on the homepage +feed: + path: /blog/feed.xml + # Build settings #remote_theme: minima-dark @@ -60,16 +63,16 @@ plugins: # If you want to link only specific pages in your header, uncomment # this and add the path to the pages in order as they should show up header_pages: - - website.markdown - - github.markdown - - gitea.markdown + - blog.markdown + - projects.markdown + - contact.markdown - about.markdown markdown: kramdown timezone: America/Chicago -permalink: /posts/:slug +permalink: /blog/:slug exclude: - README.md diff --git a/_includes/blog-footer.html b/_includes/blog-footer.html new file mode 100644 index 0000000..ccec143 --- /dev/null +++ b/_includes/blog-footer.html @@ -0,0 +1,13 @@ +{% comment %} + Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons: + + 1. Head over to https://realfavicongenerator.net/ to add your own favicons. + 2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet. +{% endcomment %} + + +
+ Subscribe
+
SourceCode for this Site is Available on /; GitHub Gitea
{{ post.excerpt }}+ {%- endif -%} +