Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .`