Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bamr87 committed May 16, 2024
1 parent 1ed1f15 commit 50b3459
Show file tree
Hide file tree
Showing 16 changed files with 235 additions and 112 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"frontMatter.content.autoUpdateDate": true,
"cSpell.words": [
"bamr",
"markdownify",
"sublinks"
]
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ subtitle_url : "localhost"
subtitle_icon : "code"
title_separator : "|" # Appears in the web browser tab name
domain : &domain "it-journey.dev"
baseurl : null # the subpath of your site, e.g. /blog - Use this if you want this whole repo to be a domain branch
baseurl : "" # the subpath of your site, e.g. /blog - Use this if you want this whole repo to be a domain branch
url : 'https://it-journey.dev' # the base hostname & protocol for your site, e.g. http://example.com
public_folder : "/assets"
port : 4002 # Jekyll Serve Dev port
Expand Down Expand Up @@ -233,7 +233,7 @@ collections:
permalink: /:collection/:name/
posts:
output: true
permalink: /:collection/:year/:month/:day/:name/
permalink: /:collection/:year/:month/:day/:slug/
docs:
output: true
permalink: /:collection/:categories/:name/
Expand Down Expand Up @@ -336,7 +336,7 @@ defaults:
toc: true
sidebar:
nav: main
permalink: /:collection/:name/
# permalink: /:collection/:name/

# pages/_docs
-
Expand Down
5 changes: 0 additions & 5 deletions _sass/it-journey.scss

This file was deleted.

34 changes: 0 additions & 34 deletions _sass/it-journey/_clipboard-js.scss

This file was deleted.

149 changes: 143 additions & 6 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,39 @@
"frontMatter.content.pageFolders": [
{
"title": "posts",
"path": "[[workspace]]/pages/_posts"
"previewPath": "/{{fm.type}}/{{year}}/{{month}}/{{day}}",
"path": "[[workspace]]/pages/_posts",
"contentTypes": ["posts"]
},
{
"title": "quickstart",
"path": "[[workspace]]/pages/_quickstart"
},
{
"title": "notes",
"path": "[[workspace]]/pages/_notes"
},
{
"title": "about",
"path": "[[workspace]]/pages/_about"
},
{
"title": "docs",
"path": "[[workspace]]/pages/_docs"
},
{
"title": "quests",
"path": "[[workspace]]/pages/_quests"
}
],
"frontMatter.templates.enabled": true,
"frontMatter.framework.id": "jekyll",
"frontMatter.content.publicFolder": "assets",
"frontMatter.content.draftField": {
"name": "draft",
"type": "choice",
"choices": ["draft", "in progress", "published"]
},
"frontMatter.dashboard.openOnStart": true,
"frontMatter.taxonomy.contentTypes": [
{
Expand Down Expand Up @@ -41,9 +68,10 @@
"default": null
},
{
"title": "Is in draft",
"title": "Draft Status",
"name": "draft",
"type": "draft"
"type": "draft",
"default": "draft"
},
{
"title": "Tags",
Expand Down Expand Up @@ -82,7 +110,8 @@
{
"title": "layout",
"name": "layout",
"type": "string",
"type": "choice",
"choices": ["default", "journal", "home"],
"default": null
},
{
Expand All @@ -103,8 +132,109 @@
"default": null
},
{
"title": "sort_by",
"name": "sort_by",
"title": "permalink",
"name": "permalink",
"type": "string",
"default": null
},
{
"title": "Attachments",
"name": "attachments",
"type": "file",
"multiple": true,
"fileExtensions": ["pdf", "mp4", "wav"]
}
]
},
{
"name": "posts",
"pageBundle": false,
"previewPath": null,
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Description",
"name": "description",
"type": "string",
"default": null
},
{
"title": "Publishing date",
"name": "date",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "Content preview",
"name": "preview",
"type": "image",
"default": null
},
{
"title": "Is in draft",
"name": "draft",
"type": "draft",
"default": true
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
},
{
"title": "Categories",
"name": "categories",
"type": "categories"
},
{
"title": "sub-title",
"name": "sub-title",
"type": "string",
"default": null
},
{
"title": "excerpt",
"name": "excerpt",
"type": "string",
"default": null
},
{
"title": "snippet",
"name": "snippet",
"type": "string",
"default": null
},
{
"title": "author",
"name": "author",
"type": "string",
"default": "bamr87"
},
{
"title": "layout",
"name": "layout",
"type": "string",
"default": null
},
{
"title": "keywords",
"name": "keywords",
"type": "fields",
"fields": []
},
{
"title": "lastmod",
"name": "lastmod",
"type": "datetime"
},
{
"title": "slug",
"name": "slug",
"type": "string",
"default": null
},
Expand All @@ -113,6 +243,13 @@
"name": "permalink",
"type": "string",
"default": null
},
{
"title": "Attachments",
"name": "attachments",
"type": "file",
"multiple": true,
"fileExtensions": ["pdf", "mp4", "wav"]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
---
title: Features
title: Features (~) Index
description: null
date: 2024-03-12T21:42:28.963Z
preview: null
tags: []
categories: []
type: default
permalink: /about/features/
slug: features
lastmod: 2024-05-16T01:45:59.226Z
permalink: /about/features/
lastmod: 2024-05-16T20:02:35.296Z
draft: in progress
inspiration:
- features are the foundation of the future
TODO: generate a list of features based on folder contents
---

## Features
Expand Down
12 changes: 0 additions & 12 deletions pages/_about/test.md

This file was deleted.

4 changes: 2 additions & 2 deletions pages/_docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Docs Index (~)
title: Docs (~) Index
author: Amr Abdel Eissa
layout: collection
permalink: /docs/
Expand All @@ -12,7 +12,7 @@ sidebar:
toc: true
toc_sticky: true
date: 2021-09-24T19:32:44.876Z
lastmod: 2023-12-03T01:21:22.098Z
lastmod: 2024-05-16T20:02:25.942Z
draft: true
---

Expand Down
4 changes: 3 additions & 1 deletion pages/_docs/jekyll/jekyll-liquid.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ title: Jekyll - Liquid
key: tutorial
index: 8111
subcategory: jekyll
status: published
date: 2016-01-19
tags:
- Jekyll
- Liquid
lastmod: 2024-05-15T03:06:30.555Z
lastmod: 2024-05-16T19:50:34.990Z
sources:
- https://shopify.github.io/liquid/
- https://help.shopify.com/themes/liquid/objects/for-loops
- https://jekyllrb.com/docs/liquid/filters/
draft: draft
---

> Useful tricks of Liquid, which are used in Jekyll.
Expand Down
19 changes: 0 additions & 19 deletions pages/_posts/2024-05-15-testt.md

This file was deleted.

23 changes: 23 additions & 0 deletions pages/_posts/2024-05-16-fight-with-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: fight with tools
description: null
date: 2024-05-16T17:58:26.133Z
preview: null
draft: true
tags: []
categories: []
sub-title: null
excerpt: null
snippet: null
author: bamr87
layout: null
keywords: {}
lastmod: 2024-05-16T19:50:28.913Z
slug: null
permalink: null
attachments: ""
type: posts
---

## Fight with Tools

Loading

0 comments on commit 50b3459

Please sign in to comment.