diff --git a/_config.yml b/_config.yml index d6f84c57815..32feab873ff 100644 --- a/_config.yml +++ b/_config.yml @@ -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 @@ -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 ------------------ @@ -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 @@ -224,3 +221,4 @@ jekyll-archives: permalinks: tag: /tags/:name/ category: /categories/:name/ + diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2025-01-25-text-and-typography.md similarity index 99% rename from _posts/2019-08-08-text-and-typography.md rename to _posts/2025-01-25-text-and-typography.md index a8db26a00ff..d44c1178d7c 100644 --- a/_posts/2019-08-08-text-and-typography.md +++ b/_posts/2025-01-25-text-and-typography.md @@ -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 diff --git a/index.html b/index.html deleted file mode 100644 index 1357b080933..00000000000 --- a/index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: home -# Index page ---- diff --git a/index.md b/index.md new file mode 100644 index 00000000000..50215b26011 --- /dev/null +++ b/index.md @@ -0,0 +1,5 @@ +--- +layout: posts +title: "Home" +permalink: / +---