Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serg/yourfolio
:star: Super simple and responsive theme for your personal website on Hugo
https://github.com/serg/yourfolio
hugo hugo-theme portfolio responsive
Last synced: 22 days ago
JSON representation
:star: Super simple and responsive theme for your personal website on Hugo
- Host: GitHub
- URL: https://github.com/serg/yourfolio
- Owner: serg
- License: mit
- Created: 2018-06-01T13:13:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T09:48:32.000Z (about 3 years ago)
- Last Synced: 2023-03-09T05:26:42.258Z (almost 2 years ago)
- Topics: hugo, hugo-theme, portfolio, responsive
- Language: SCSS
- Homepage: https://themeslake.com/theme/yourfolio/
- Size: 18.9 MB
- Stars: 35
- Watchers: 1
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yourfolio
Super simple and responsive theme for your personal website on Hugo framework.![Yourfolio screenshot](https://bit.ly/2LhW4Xo)
## Installation
Before start you already need to have a Hugo on your machine.
**Please note:** you need to have the extended version of Hugo v0.64.1 or above.
You can install it by following [these instructions](https://gohugo.io/getting-started/installing/).Create the Hugo website template if you are starting from scratch:
```
$ hugo new site your-site-name
```Inside the folder of your Hugo website run:
```
$ cd themes
$ git clone https://github.com/serg/yourfolio.git
```For more information read the official [setup guide](https://gohugo.io/themes/installing-and-using-themes/) of the Hugo themes.
## Getting started
Set the theme option in your `config.yaml` for using this theme:
```
...
theme: yourfolio
...
```
Also you can copy a whole `config.yaml` file into your website folder and change it for fitting your requirements.As example please see on the `exampleSite` folder inside the theme folder for how to configure a website and create content files.
## Check the website
Start a Hugo development server on your local machine inside your website folder:
```
$ hugo server
```
Your website will be available in browser by this path [`localhost:1313`](http://localhost:1313/)## Credits
- Design created by [Yara](https://yaravelichko.com).
- Some of the images in an example of this theme belongs to their authors ([Carlos Muza](https://unsplash.com/@kmuza), [Edho Pratama](https://unsplash.com/@edhoradic), [
William Iven](https://unsplash.com/@firmbee), [Igor Miske](https://unsplash.com/@igormiske), [Igor Ovsyannykov](https://unsplash.com/@igorovsyannykov)) on [Unsplash](https://unsplash.com).