Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akkinoc/akkinoc.github.io
The codebase for my personal website hosted on GitHub Pages.
https://github.com/akkinoc/akkinoc.github.io
blog github-pages jekyll portfolio website
Last synced: 2 months ago
JSON representation
The codebase for my personal website hosted on GitHub Pages.
- Host: GitHub
- URL: https://github.com/akkinoc/akkinoc.github.io
- Owner: akkinoc
- License: cc-by-sa-4.0
- Created: 2021-04-18T04:04:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T05:46:12.000Z (3 months ago)
- Last Synced: 2024-09-18T08:32:43.134Z (3 months ago)
- Topics: blog, github-pages, jekyll, portfolio, website
- Language: SCSS
- Homepage: https://akkinoc.dev
- Size: 16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# akkinoc.github.io
[![build badge]][build]
[![license badge]][license]
[![sponsor badge]][sponsor][build]: https://github.com/akkinoc/akkinoc.github.io/actions/workflows/build.yml
[build badge]: https://github.com/akkinoc/akkinoc.github.io/actions/workflows/build.yml/badge.svg
[license]: LICENSE.txt
[license badge]: https://img.shields.io/github/license/akkinoc/akkinoc.github.io?color=blue
[sponsor]: https://github.com/sponsors/akkinoc
[sponsor badge]: https://img.shields.io/static/v1?logo=github&label=sponsor&message=%E2%9D%A4&color=db61a2The codebase for my personal website hosted on GitHub Pages: [akkinoc.dev]
[akkinoc.dev]: https://akkinoc.dev
## Setup
To setup, run:
```console
$ git clone [email protected]:akkinoc/akkinoc.github.io.git
$ cd akkinoc.github.io
$ brew install lapack openblas # for classifier-reborn
$ bundle install
```## Building
To build, run:
```console
$ bundle exec jekyll build
```## Running
To run on localhost, run:
```console
$ bundle exec jekyll serve --drafts --future --livereload
```## Deploying
To deploy, push to the GitHub `main` branch.
It will be automatically deployed to [GitHub Pages][akkinoc.dev] via [GitHub Actions][build].## License
Licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License][license].