Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-rb/site
Personal Roman Surkoff's website. Blog articles, portfolio, CV
https://github.com/s-rb/site
Last synced: 24 days ago
JSON representation
Personal Roman Surkoff's website. Blog articles, portfolio, CV
- Host: GitHub
- URL: https://github.com/s-rb/site
- Owner: s-rb
- License: gpl-2.0
- Created: 2024-10-27T13:27:51.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T07:50:20.000Z (about 2 months ago)
- Last Synced: 2024-11-29T08:36:09.380Z (about 2 months ago)
- Language: HTML
- Size: 33.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My website, CV and portfolio statically generated pages using Jekyll and hosted with Github pages
- Jekyll theme - WhatATheme, modified
- Inspired by [Markdown-CV](https://github.com/elipapa/markdown-cv) - as a base for CV-to-pdf feature## Deploy to GitHub Pages:
1. **Set up Action Permissions:**
- Go to your repository's `Settings`, click `Actions` => `General`.
- In the `Actions permissions` section, select `Allow all actions and reusable workflows`.
- Enable the checkbox for `Allow actions created by GitHub` and for `Allow actions by Marketplace verified creators`, then click `Save`.2. **Configure GitHub Pages:**
- Go to the `Pages` section and select `GitHub Actions` from the `Source` menu under `Build and Deployment`.3. **Configure Jekyll Workflow:**
- Choose the `Jekyll workflow` and click `Configure`.
- Set `ruby-version` to `3.2` and click `Commit changes`.4. **Trigger Build and Deployment:**
- Commit any change to your repository to trigger a new build and deployment action.
5. **Check your website:**
- Go to https://{YOU_NAME}.github.io/{YOUR_REPO}/ for example https://s-rb.github.io/personal-website-whatatheme/
- That's it! You are ready to use it!### TODO:
- To add project pages on click (like blog posts)### Credits :bulb:
* [Sneha Omer](http://sassyecoder.github.io/)
* [Harsh Trivedi](http://harsh98trivedi.github.io/)
* [thedevslot](https://github.com/thedevslot/WhatATheme)### License
The contents of this repository are licensed under the [**GNU General Public License v2.0**](LICENSE)