Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniosbarotsis/antoniosbarotsis.github.io
My personal website
https://github.com/antoniosbarotsis/antoniosbarotsis.github.io
Last synced: 22 days ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/antoniosbarotsis/antoniosbarotsis.github.io
- Owner: AntoniosBarotsis
- Created: 2022-08-14T11:27:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T14:00:16.000Z (3 months ago)
- Last Synced: 2024-12-15T10:08:56.573Z (25 days ago)
- Language: HTML
- Homepage: https://antoniosbarotsis.github.io/
- Size: 26.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Personal Website
[![github pages](https://github.com/AntoniosBarotsis/antoniosbarotsis.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/AntoniosBarotsis/antoniosbarotsis.github.io/actions/workflows/deploy.yml)
Created with [Zola](https://www.getzola.org/) using the
[Terminimal](https://github.com/pawroman/zola-theme-terminimal/).## Running Locally
Make sure you have Zola
[installed](https://www.getzola.org/documentation/getting-started/installation/).```sh
git clone https://github.com/getzola/zola.git
cd zola
cargo install --path .
zola --version
```After cloning the repo, make sure you install the submodules with
```sh
git submodule update --init --recursive
```Run: `zola serve --drafts` to serve the file at http://localhost:1111/.
The webpage is updated automatically through Github Actions.