Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anzenkodo/anzenkodo.github.io
My personal websites
https://github.com/anzenkodo/anzenkodo.github.io
blog website
Last synced: about 2 months ago
JSON representation
My personal websites
- Host: GitHub
- URL: https://github.com/anzenkodo/anzenkodo.github.io
- Owner: AnzenKodo
- License: other
- Created: 2022-10-27T21:33:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T22:51:19.000Z (2 months ago)
- Last Synced: 2024-10-29T23:36:13.500Z (2 months ago)
- Topics: blog, website
- Language: Go
- Homepage: https://anzenkodo.github.io/
- Size: 232 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AnzenKodo.github.io
Source code of my personal website.
## Libraries
All libraries in `libs` folder are heavily modified version of original libraries.
All the libs used in this project:
- [github_flavored_markdown](https://github.com/shurcooL/github_flavored_markdown) & [sanitized_anchor_name](https://github.com/shurcooL/sanitized_anchor_name) by [Dmitri Shuralyov](https://dmitri.shuralyov.com/about)
- [chroma](https://github.com/alecthomas/chroma) by [Alec Thomas](https://swapoff.org)
- [gofeed](https://github.com/mmcdole/gofeed) & [goxpp](https://github.com/mmcdole/goxpp) by [mmcdole](https://github.com/mmcdole)
- [blackfriday](https://github.com/russross/blackfriday) by [Russ Ross](https://github.com/russross)
- [text](https://golang.org/x/text) & [net](https://goland.org/x/net) by The Go Authors### Indirect
- [goquery](https://github.com/PuerkitoBio/goquery) by [PuerkitoBio](https://github.com/PuerkitoBio)
- [cascadia](http://github.com/andybalholm/cascadia) by [Andy Balholm](https://github.com/andybalholm)
- [regexp2](https://github.com/dlclark/regexp2) by [Doug Clark](https://github.com/dlclark)
- [jsoniter](https://github.com/json-iterator/go) by [json-iterator](https://github.com/json-iterator)
- [concurrent](https://github.com/modern-go/concurrent) & [reflect2](https://github.com/modern-go/reflect2) by [Modern Go Programming](https://github.com/modern-go)## Building & Running
- Download [Go Programming Language](https://go.dev/).
- Clone the repository.
- Go to project directory
- Run `go run .`