forestry: yeet

This commit is contained in:
Harsh Shandilya 2022-06-27 17:25:19 +05:30
parent 4365a5af74
commit 2ea70438d4
3 changed files with 1 additions and 84 deletions

View File

@ -1,51 +0,0 @@
---
label: Blog post
hide_body: false
fields:
- type: list
name: categories
label: Categories
config:
use_select: false
min: '1'
max: '5'
description: Categories for posts
- type: datetime
name: date
label: Date
description: Date of writing
config:
date_format: YYYY-MM-DD
export_format: YYYY-MM-DD
default: now
- type: text
name: slug
label: Post slug
description: URL slug
- type: list
name: tags
label: Tags
description: Social media tags
- type: text
name: title
label: Post title
description: Title of the post
- name: description
type: text
config:
required: false
label: Description
description: Social media blurb
- name: social_image
type: file
config:
maxSize: 64
label: Social image
description: Custom image for social media cards
pages:
- content/posts/server-side-analytics-with-caddyserver-and-goaccess.md
- content/posts/teachingkotlin-kotlin-for-android-java-developers.md
- content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md
- content/posts/teachingkotlin-part-2-variables.md
- content/posts/tips-and-tricks-for-github-actions.md
- content/posts/why-i-went-back-to-the-gradle-groovy-dsl.md

View File

@ -1,32 +0,0 @@
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: directory
path: content
label: Pages
create: all
match: "*"
- type: directory
path: content/posts
label: Posts
create: all
match: "**/*"
upload_dir: static/uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.74.3
preview_output_directory: public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: hugo server -DEF --port 8080 --bind 0.0.0.0 --renderToDisk
-d public
version: 0.74.3

View File

@ -1,3 +1,3 @@
# msfjarvis.dev
Source code for my website at [msfjarvis.dev](https://msfjarvis.dev). It's built with [Hugo](https://github.com/gohugoio/hugo), deployed continuously by GitHub Actions to Cloudflare Workers KV. I use a mix of local editing and the [Forestry](https://forestry.io) CMS for managing the content on the site.
Source code for my website at [msfjarvis.dev](https://msfjarvis.dev). It's built with [Hugo](https://github.com/gohugoio/hugo), deployed continuously by GitHub Actions to Cloudflare Workers KV.