Skip to content

Commit

Permalink
feat: add headers links
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jul 20, 2024
1 parent d6fd470 commit e887745
Show file tree
Hide file tree
Showing 68 changed files with 8 additions and 4,530 deletions.
3 changes: 0 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ default_language = "en"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

# Whether to generate a feed file for the site
generate_feed = true

# When set to "true", the generated HTML files are minified.
minify_html = false

Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
+++
title = "Welcome to my blog!"


# The homepage contents
[extra]
lead = 'I write about core blockchain (mostly Ethereum) and rust.'
Expand All @@ -11,6 +10,7 @@ repo_version = ""
repo_license = ""
#repo_url = "https://github.com/bluealloy/revm"


[[extra.menu.main]]
name = "Blog"
section = "blog"
Expand Down
2 changes: 0 additions & 2 deletions content/authors/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Authors"
description = "The authurs of the blog articles."
date = 2021-04-01T08:00:00+00:00
updated = 2021-04-01T08:00:00+00:00
draft = false

# If add a new author page in this section, please add a new item,
Expand Down
6 changes: 6 additions & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ description = "Blog"
sort_by = "date"
paginate_by = 1000
template = "blog/section.html"
# This determines whether to insert a link for each header like the ones you can see on this site if you hover over
# a header.
# The default template can be overridden by creating an `anchor-link.html` file in the `templates` directory.
# This value can be "left", "right", "heading" or "none".
# "heading" means the full heading becomes the text of the anchor.
insert_anchor_links = "heading"
+++
2 changes: 0 additions & 2 deletions content/privacy-policy/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
+++
title = "Privacy Policy"
description = "We do not use cookies and we do not collect any personal data."
date = 2021-05-01T08:00:00+00:00
updated = 2020-05-01T08:00:00+00:00
draft = false

[extra]
Expand Down
Binary file removed public/.DS_Store
Binary file not shown.
227 changes: 0 additions & 227 deletions public/404.html

This file was deleted.

2 changes: 0 additions & 2 deletions public/_headers

This file was deleted.

Binary file removed public/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/android-chrome-512x512.png
Binary file not shown.
Binary file removed public/apple-touch-icon.png
Binary file not shown.
Loading

0 comments on commit e887745

Please sign in to comment.