GithubHelp home page GithubHelp logo

looper-dev / creditfree-pgslot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apvarun/showfolio-hugo-theme

0.0 0.0 0.0 2.09 MB

Modern portfolio theme for your Hugo site

Home Page: https://showfolio.vercel.app/

License: MIT License

JavaScript 13.81% CSS 10.38% HTML 75.81%

creditfree-pgslot's Introduction

ShowFolio theme for Hugo

Latest Release ShowFolio hugo theme Hugo generator

ShowFolio is a modern portfolio theme for your Hugo site.

Preview

Features:

  • Responsive content
  • Codepen Embeds
  • Blog
  • Social links
  • Dark mode

➡️ DEMO

Get the theme

Minimum Hugo Version: 0.69.0

Run from the root of your Hugo site:

git clone https://github.com/apvarun/showfolio-hugo-theme.git themes/showfolio

Alternatively, you can include this repository as a git submodule. This makes it easier to update this theme if you have your Hugo site in git as well:

git submodule add https://github.com/apvarun/showfolio-hugo-theme.git themes/showfolio

Setting up the theme

  • Install postcss-cli globally using npm install -g postcss-cli
  • Copy package.json to the root folder of your website and run npm install
  • Finally run hugo serve

Preview the theme

ShowFolio theme ships with an fully configured example site. For a quick preview:

cd themes/showfolio/exampleSite/
hugo serve --themesDir ../..

Then visit http://localhost:1313/ in your browser to view the example site.

Configuring theme to a hugo website

  1. Copy package.json and package-lock.json to the root folder of your the website
  2. Run npm install to install required packages for theme
  3. Run npm i -g postcss-cli to use PostCSS with Hugo build
  4. Set theme = 'showfolio' in config.toml
  5. Run npm start to start your local server

Make sure to commit the above changes to your repository.

When deploying to services like Netlify or Vercel, use the following command for building your site:

npm i && hugo -D --gc

Add content

The following explains how to add content to your Hugo site. You can find sample content in the exampleSite/ folder.

Structure:

.
├── ...
├── blog       # Blog Section
│   ├── post1   # Post 1
│   ├── post2   # Post 2
│   └── _index     
└── ...

Configure your site

From exampleSite/, copy config.toml to the root folder of your Hugo site and change the fields as you like. Helpful comments are provided.

Menu

Menu in ShowFolio theme is pre-set to have blog and about pages.

Google Analytics

Set googleAnalytics in config.toml to activate Hugo's internal Google Analytics template.

Issues

If you have a question, please open an issue for help and to help those who come after you. The more information you can provide, the better!

Contributing

Contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Licensed under MIT

creditfree-pgslot's People

Contributors

alyssonalvaran avatar apvarun avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.