Skip to content

Commit

Permalink
fix: add line numbers to code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdavipanah committed Apr 14, 2024
1 parent 3e46344 commit 904769a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 8 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Posts

- [ ] Translate https://hamidreza.tech/using-special-symbols-inside-js-multiline-comments in Persian
- [x] Add this post: https://virgool.io/@mahdavipanah/typeof-null-vdgnyfdakrob

# Project

- [ ] Add README.md
- [ ] Make archive page `/posts`
- [ ] Put its link in the navbar
- [ ] (theme) Use [giscus](https://github.com/giscus/giscus?tab=readme-ov-file) instead of utteranc
- [ ] Make it configurable from the config file
- [x] Add HTML keywords meta tag in pages
- [x] Add Google analytics
- [x] Add comment section with https://utteranc.es/
- [ ] Add social section
- [x] Add shamsi
- [x] Add author info for posts
- [ ] Add README.md
- [x] Create custom domain "yavarjs.ir"
- [ ] Make archive page
5 changes: 4 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ googleAnalytics = "G-TB5X9PJPXB"

[markup]
[markup.highlight]
style = "github"
style = "github"
lineNos = true
anchorLineNos = true
lineNumbersInTable = false

0 comments on commit 904769a

Please sign in to comment.