This repository has been archived on 2023-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Aadil Ayub 09635ab57f
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'small-adjustements' (#12) from small-adjustements into staging
Reviewed-on: #12
2023-01-09 10:40:31 +01:00
2021-08-22 04:59:59 +01:00
2023-01-08 13:16:14 +00:00
2023-01-08 13:16:14 +00:00
2022-12-23 13:59:55 +01:00
2022-12-27 11:44:27 -08:00
2023-01-02 09:04:48 -08:00
2021-08-22 04:59:59 +01:00
2022-12-23 01:28:38 +01:00
2022-12-23 15:56:52 -08:00

lasophielle.org

Local set-up

This project uses hugo and git submodules. Below is how to set up Hugo on a Linux machine.

  1. Download hugo - you will need the extended version of Hugo. As of this writing there does not seem to be an extended version available via apt. However, you can use snap to get this version:

snap install hugo --channel=extended

  1. Run the following to make sure Bulma is installed:
git submodule init
git submodule update
  1. Now you should be able to build the project. Run hugo server and go to the localhost address printed in your terminal. 🐙

How to change "about me" headshot

Add the headshot image you want to use to the static/img directory. Then uncomment the headshot= option under [param.about]. Set this option to the filename and only the filename.

Deployment

Changes to the main branch are automatically deployed to https://lasophielle.org using Drone, as configured in .drone.yml.

Click this badge to see recent builds:

Build Status

Description
No description provided
Readme 8.1 MiB
Languages
HTML 75.2%
SCSS 24.8%