https://github.com/sa7mon/sa7mon.github.io
https://danthesalmon.com
https://github.com/sa7mon/sa7mon.github.io
Last synced: 4 months ago
JSON representation
https://danthesalmon.com
- Host: GitHub
- URL: https://github.com/sa7mon/sa7mon.github.io
- Owner: sa7mon
- Created: 2014-10-11T01:41:30.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T06:39:39.000Z (4 months ago)
- Last Synced: 2026-02-28T12:20:55.348Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 68.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You have found the source code of https://danthesalmon.com/
## Hugo Configuration
The site has 2 taxonomies:
- tags
- link_tags
so that we can have a separate list of tags for posts and links.
## Links
When posting links, follow the format:
```sh
hugo new links/2025-06-01_title-of-post_2025-04-03.md
```
where the first date is the day the link is being posted and the second is the date the link's content was originally published.
Then update the site and paste the link into the new file
## Development
After cloning the top-level project
1. `cd personal-site/danthesalmon.com/themes/pixyll`
1. `git submodule init`
1. `git submodule update`
Run local server `hugo server --bind 172.31.0.5 --port 9000 --baseUrl 10.0.1.174`
## Cover Image
Frees, H. W., photographer. (ca. 1914) The Entanglement. , ca. 1914. June 24. [Photograph] Retrieved from the Library of Congress, https://www.loc.gov/item/2013648272/.
## Licenses
- [Inter](https://fonts.google.com/specimen/Inter/license) font - SIL Open Font License Version 11
- [Roboto Mono](https://fonts.google.com/specimen/Roboto+Mono/license) font - SIL Open Font License Version 11
## To DO
- Add tag list to section pages: `/posts/`, `/links/`
- Change page title of `http://localhost:1313/links/tags/` from `Link_tags`
- Add link taxonomies
- site
- decrease space after h1/2/3/4
- code highlighting font: menlo?
- -webkit-font-smoothing: subpixel-antialiased;
- Add year count to post list
- Search without Javascript