All Projects → serg → yourfolio

serg / yourfolio

Licence: MIT license
⭐ Super simple and responsive theme for your personal website on Hugo

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to yourfolio

Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+410.71%)
Mutual labels:  hugo-theme, portfolio, responsive, hugo
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+735.71%)
Mutual labels:  hugo-theme, portfolio, responsive, hugo
Hugo Uilite
Stars: ✭ 79 (+182.14%)
Mutual labels:  hugo-theme, portfolio, hugo
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+4807.14%)
Mutual labels:  hugo-theme, responsive, hugo
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-50%)
Mutual labels:  hugo-theme, portfolio, hugo
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+1992.86%)
Mutual labels:  hugo-theme, responsive, hugo
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+4192.86%)
Mutual labels:  hugo-theme, portfolio, hugo
osprey-delight
Osprey Delight is the free-minded artist's choice for a clutter-free and blazingly fast single-page portfolio.
Stars: ✭ 43 (+53.57%)
Mutual labels:  hugo-theme, portfolio, hugo
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (+385.71%)
Mutual labels:  hugo-theme, responsive, hugo
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+489.29%)
Mutual labels:  hugo-theme, portfolio, hugo
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
Stars: ✭ 145 (+417.86%)
Mutual labels:  hugo-theme, responsive, hugo
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (+82.14%)
Mutual labels:  hugo-theme, responsive, hugo
Kube
Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
Stars: ✭ 349 (+1146.43%)
Mutual labels:  hugo-theme, responsive, hugo
showfolio-hugo-theme
Modern portfolio theme for your Hugo site
Stars: ✭ 56 (+100%)
Mutual labels:  hugo-theme, portfolio, hugo
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (+225%)
Mutual labels:  hugo-theme, responsive, hugo
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (+203.57%)
Mutual labels:  hugo-theme, portfolio, hugo
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+339.29%)
Mutual labels:  hugo-theme, portfolio, hugo
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-42.86%)
Mutual labels:  hugo-theme, hugo
alpha-church
Hugo theme for churches based on a html5up theme
Stars: ✭ 56 (+100%)
Mutual labels:  hugo-theme, hugo
basics
Hugo theme. Now available from official hugo theme site!
Stars: ✭ 49 (+75%)
Mutual labels:  hugo-theme, hugo

Yourfolio

Super simple and responsive theme for your personal website on Hugo framework.

Yourfolio screenshot

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.

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 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

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].