Skip to content

acep-uaf/the-arctic-program

Repository files navigation

thearcticprogram.net (in progress)

Project Overview

The ARCTIC Program website provides information about energy research, technology development, and partnerships, leveraging Hugo for static site generation, and includes custom features to meet the needs of the program.

Requirements

To run this project locally, you will need the following:

Draft Site on GitHub Pages

acep-uaf.github.io/the-arctic-program

The current draft of the site is deployed using GitHub Pages. Deployment is automated via GitHub Actions, whenever changes are made to the main branch.

Usage

  1. Clone the repository with submodules (piko theme):
git clone --recurse-submodules https://github.com/acep-uaf/the-arctic-program
  1. Navigate to the project directory:
cd the-arctic-program
  1. Install npm dependencies"
npm install
  1. Start the server:
hugo serve

If you already cloned the repo without submodules, you can pull the submodule later by running:

git submodule update --init --recursive

Assets

This project makes use of Hugo Pipes and stores assets in the assets/ directory. The project is currently using npm to manage external dependencies. The node_modules/ directory is mounted to the assets/ directory, allowing import statments from npm packages.

@import "../bootstrap/scss/bootstrap";

Dependencies from Piko Theme third-party libraries and plugins are located in static/plugins/.

Future plans may consider migrating to Hugo Modules for dependency management, which could provide additional flexibility and performance benefits for handling external libraries and modules.

Dependencies

Manage by Piko Theme

Managed by npm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published