Compare commits
No commits in common. "74d6d928d09e2d9b982398466bd00e4e8f2200ae" and "631f851e8b0fce0d7122328cb9c729441d836b00" have entirely different histories.
74d6d928d0
...
631f851e8b
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -0,0 +1,4 @@
|
||||||
|
[submodule "themes/pickles"]
|
||||||
|
path = themes/hugo_theme_pickles
|
||||||
|
url = https://github.com/mismith0227/hugo_theme_pickles
|
||||||
|
branch = custom
|
|
@ -1,4 +1,4 @@
|
||||||
FROM hugomods/hugo:0.128.1 as build
|
FROM klakegg/hugo as build
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . /src/
|
COPY . /src/
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ DOCKER_TAG := latest
|
||||||
all: serve
|
all: serve
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/
|
sudo docker run --rm -it -p 1313:1313 -v ${PWD}:/src/ klakegg/hugo serve -D -b http://${DEV_IP}:1313/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
sudo docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
|
sudo docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Choosing a Starter Ship in Star Citizen 3.22"
|
title: "Choosing a Starter Ship in Star Citizen"
|
||||||
date: 2023-11-27
|
date: 2023-11-27
|
||||||
versioned: star-citizen-starter-guide
|
versioned: star-citizen-starter-guide
|
||||||
tags:
|
tags:
|
||||||
|
@ -317,5 +317,5 @@ You have 2 main routes in this case: get a specialized ship and do some speciali
|
||||||
|
|
||||||
[^1]: "Box delivery" missions are often bugged, so may or may not actually be a good activity to do.
|
[^1]: "Box delivery" missions are often bugged, so may or may not actually be a good activity to do.
|
||||||
[^2]: The developers' intent is to allow you to pay to have NPCs load your ship for you, but there's no telling whether that will be implemented when this feature initially arrives. That's perpetual alpha, baby!
|
[^2]: The developers' intent is to allow you to pay to have NPCs load your ship for you, but there's no telling whether that will be implemented when this feature initially arrives. That's perpetual alpha, baby!
|
||||||
[^3]: Look for updated versions of this guide as new starters are added to the game as well.
|
[^3]: I will update this post as new starters are added to the game as well.
|
||||||
[^4]: Note that, while the game is still in Alpha, ships purchased in-game will be lost every time the devs do a database wipe. This happens about once a year, but there are no guarantees.
|
[^4]: Note that, while the game is still in Alpha, ships purchased in-game will be lost every time the devs do a database wipe. This happens about once a year, but there are no guarantees.
|
||||||
|
|
5
go.mod
5
go.mod
|
@ -1,5 +0,0 @@
|
||||||
module git.annabunches.net/annabunches/annabunches.net
|
|
||||||
|
|
||||||
go 1.22.4
|
|
||||||
|
|
||||||
require github.com/annabunches/hugo_theme_pickles v0.0.0-20240703205628-424152ab5a84 // indirect
|
|
6
go.sum
6
go.sum
|
@ -1,6 +0,0 @@
|
||||||
github.com/annabunches/hugo_theme_pickles v0.0.0-20240703202759-91b869dc58b1 h1:5KlbYrmn7GHUnJhNUIRk4fmhNGX2EjyU5d7uXRfCLv4=
|
|
||||||
github.com/annabunches/hugo_theme_pickles v0.0.0-20240703202759-91b869dc58b1/go.mod h1:ab4BDFp6Wuo+H2esD/4Mgq+APRfJ07WdEjxMjah4zSo=
|
|
||||||
github.com/annabunches/hugo_theme_pickles v0.0.0-20240703205252-c60cd4401745 h1:q6V3oobg4DQGDo/xaQ7v0LqQlZAVGKfcs3Az2fEyJE0=
|
|
||||||
github.com/annabunches/hugo_theme_pickles v0.0.0-20240703205252-c60cd4401745/go.mod h1:ab4BDFp6Wuo+H2esD/4Mgq+APRfJ07WdEjxMjah4zSo=
|
|
||||||
github.com/annabunches/hugo_theme_pickles v0.0.0-20240703205628-424152ab5a84 h1:8LLjtRpPZNWuoV3+WvzvoqixCVlq4A84hNMWdgxpppY=
|
|
||||||
github.com/annabunches/hugo_theme_pickles v0.0.0-20240703205628-424152ab5a84/go.mod h1:ab4BDFp6Wuo+H2esD/4Mgq+APRfJ07WdEjxMjah4zSo=
|
|
69
hugo.toml
Normal file
69
hugo.toml
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
baseurl = "https://annabunches.net/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
theme = "hugo_theme_pickles"
|
||||||
|
Title = "Anna and the Bunches"
|
||||||
|
copyright = "© Anna Wiggins, 2006-2024"
|
||||||
|
|
||||||
|
# Google Analytics API key.
|
||||||
|
googleAnalytics = "G-QFK0K7MGCJ"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
paginate = 10
|
||||||
|
custom_css = ["/css/custom.css", "/css/spoiler.css"]
|
||||||
|
dateFormat = "2006-01-02"
|
||||||
|
hideWordCount = true
|
||||||
|
hideReadingtime = true
|
||||||
|
# Disqus shortname
|
||||||
|
# disqus = ""
|
||||||
|
# author = "Your Name"
|
||||||
|
# authorwebsite = "example.com"
|
||||||
|
# avatar = "/path/to/avatar"
|
||||||
|
# contact = "annabunches@gmail.com"
|
||||||
|
# bio = ""
|
||||||
|
# Short subtitle/tagline. This is displayed in the header.
|
||||||
|
subtitle = "It's words!"
|
||||||
|
# Logo image. This is displayed ogp image.
|
||||||
|
# logo = "/path/to/logo"
|
||||||
|
# favicon = "/path/to/favicon"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Blog"
|
||||||
|
url = "/"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Tags"
|
||||||
|
url = "/tags"
|
||||||
|
weight = 4
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Outer Wilds Guide"
|
||||||
|
url = "/posts/2023-10-26-outer-wilds-spoiler-free-tips/"
|
||||||
|
weight = 8
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Star Citizen Starter Ships"
|
||||||
|
url = "/posts/2023-11-27-choosing-a-starter-ship-in-star-citizen/"
|
||||||
|
weight = 8
|
||||||
|
|
||||||
|
[related]
|
||||||
|
threshold = 80
|
||||||
|
includeNewer = false
|
||||||
|
toLower = false
|
||||||
|
|
||||||
|
[[related.indices]]
|
||||||
|
name = "keywords"
|
||||||
|
weight = 150
|
||||||
|
[[related.indices]]
|
||||||
|
name = "tags"
|
||||||
|
weight = 100
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
defaultMarkdownHandler = "goldmark"
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
55
hugo.yaml
55
hugo.yaml
|
@ -1,55 +0,0 @@
|
||||||
baseurl: "https://annabunches.net/"
|
|
||||||
languageCode: "en-us"
|
|
||||||
Title: "Anna and the Bunches"
|
|
||||||
copyright: "© Anna Wiggins, 2006-2024"
|
|
||||||
|
|
||||||
# Google Analytics API key.
|
|
||||||
googleAnalytics: "G-QFK0K7MGCJ"
|
|
||||||
|
|
||||||
params:
|
|
||||||
paginate: 10
|
|
||||||
custom_css:
|
|
||||||
- "/css/custom.css"
|
|
||||||
- "/css/spoiler.css"
|
|
||||||
dateFormat: "2006-01-02"
|
|
||||||
hideWordCount: true
|
|
||||||
hideReadingtime: true
|
|
||||||
subtitle: "It's words!"
|
|
||||||
|
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
- name: "Blog"
|
|
||||||
url: "/"
|
|
||||||
weight: 1
|
|
||||||
- name: "About"
|
|
||||||
url: "/about"
|
|
||||||
weight: 2
|
|
||||||
- name: "Tags"
|
|
||||||
url: "/tags"
|
|
||||||
weight: 4
|
|
||||||
- name: "Outer Wilds Guide"
|
|
||||||
url: "/posts/2023-10-26-outer-wilds-spoiler-free-tips/"
|
|
||||||
weight: 8
|
|
||||||
- name: "Star Citizen Starter Ships"
|
|
||||||
url: "/posts/2023-11-27-choosing-a-starter-ship-in-star-citizen/"
|
|
||||||
weight: 8
|
|
||||||
|
|
||||||
related:
|
|
||||||
threshold: 80
|
|
||||||
includeNewer: false
|
|
||||||
toLower: false
|
|
||||||
indices:
|
|
||||||
- name: "keywords"
|
|
||||||
weight: 150
|
|
||||||
- name: "tags"
|
|
||||||
weight: 100
|
|
||||||
|
|
||||||
markup:
|
|
||||||
defaultMarkdownHandler: "goldmark"
|
|
||||||
goldmark:
|
|
||||||
renderer:
|
|
||||||
unsafe: true
|
|
||||||
|
|
||||||
module:
|
|
||||||
imports:
|
|
||||||
- path: 'github.com/annabunches/hugo_theme_pickles'
|
|
1
themes/hugo_theme_pickles
Submodule
1
themes/hugo_theme_pickles
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cefcae57251c2707a07bc5f9c579feeea77b1e6c
|
Loading…
Reference in New Issue
Block a user