-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(branch): Rebase onto main * fix(ignore): Remove public dir * fix(templates): Use colours from original scheme * style(code): Change highlight scheme * feat(engine): End port to Zola * fix(posts): Remove leftover files
- Loading branch information
Showing
29 changed files
with
343 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*DS_Store | ||
public |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
title = "devsjc blogs //" | ||
description = "You've found it. The blog of devsjc. But will you find anything of any use?" | ||
base_url = "https://devsjc.github.io/blog" | ||
|
||
# Whether to automatically compile all Sass files in the sass directory | ||
compile_sass = true | ||
|
||
# Whether to build a search index to be used later on by a JavaScript library | ||
build_search_index = false | ||
|
||
# When set to "true", emoji aliases translated to their corresponding | ||
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄) | ||
render_emoji = true | ||
|
||
# Whether to generate RSS feed | ||
generate_feed = true | ||
|
||
[markdown] | ||
highlight_code = true | ||
highlight_theme = "nord" | ||
|
||
[extra] | ||
footer_links = [ | ||
{url = "$BASE_URL/", name = "Home"}, | ||
{url = "$BASE_URL/atom.xml", name = "RSS"}, | ||
] | ||
social_links = [ | ||
{url = "https://medium.com/@devsjc", name = "Medium", emoji = "⭐"}, | ||
{url = "https://github.com/devsjc/blog", name = "GiHub", emoji = "👏"}, | ||
{url = "$BASE_URL/atom.xml", name = "RSS", emoji = "📡"}, | ||
] |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.