Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing important files #2211

Closed
wants to merge 10 commits into from
Closed
32 changes: 15 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,42 @@
# The Site Configuration

# Import the theme
theme: jekyll-theme-chirpy

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Asia/Shanghai
timezone: GMT

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: Markmix # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: The best tech-based brand # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
The home of quality tech posts and tech tips

# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""

github:
username: github_username # change to your GitHub username
username: bismarkagyapong # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
username: BismarkInspires # change to your Twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: example@domain.com # change to your email address
name: Bismark Agyapong
email: markmixstudios@gmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
- https://github.com/username # change to your GitHub homepage
- https://twitter.com/BismarkInspires # change to your Twitter homepage
- https://github.com/bismarkagyapong # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down Expand Up @@ -150,7 +147,7 @@ pwa:
paginate: 10

# The base URL of your site
baseurl: ""
baseurl: /agyemang

# ------------ The following options are not recommended to be modified ------------------

Expand All @@ -173,10 +170,10 @@ collections:

defaults:
- scope:
path: "" # An empty string here means all files in the project
type: posts
path: ""
type: "pages"
values:
layout: post
layout: posts
comments: true # Enable comments in posts.
toc: true # Display TOC column in posts.
# DO NOT modify the following parameter unless you are confident enough
Expand Down Expand Up @@ -224,3 +221,4 @@ jekyll-archives:
permalinks:
tag: /tags/:name/
category: /categories/:name/

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: home
title: Text and Typography
description: Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more.
author: cotes
date: 2019-08-08 11:33:00 +0800
date: 2025-01-25 43:00 +0000
categories: [Blogging, Demo]
tags: [typography]
pin: true
Expand Down
4 changes: 0 additions & 4 deletions index.html

This file was deleted.

5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: posts
title: "Home"
permalink: /
---
Loading