Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/terasakisatoshi/terasakisatoshi.github.io

Personal web page
https://github.com/terasakisatoshi/terasakisatoshi.github.io

Last synced: 3 days ago
JSON representation

Personal web page

Awesome Lists containing this project

README

        

# terasakisatoshi.github.io
Personal web page

See https://terasakisatoshi.github.io/

This website is generated by [Franklin.jl](https://github.com/tlienart/Franklin.jl)

# How to build

```julia
julia> using Pkg; Pkg.activate("."); Pkg.instantiate()
julia> using Franklin; serve()
```