-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Welcome to the dtc wiki! @@ -0,0 +1,44 @@ name: Continuous Integration
on: push: branches: - master - /.-stable/ pull_request: branches: - master - /.-stable/
jobs:
ci:
name: 'SUITE: ${{ matrix.test_suite }} / OS: ${{ matrix.os }}'
runs-on:
title: Aleksandr Hovhannisyan author: Aleksandr Hovhannisyan description: "I'm a software developer who's passionate about tinkering with code, solving problems, and having fun. Get in touch!" keywords: [Aleksandr Hovhannisyan, github pages resume, github pages portfolio, github pages personal website] url: "https://aleksandrhovhannisyan.github.io/" github_username: AleksandrHovhannisyan
plugins:
- jekyll-feed
- jekyll-sitemap include: ['_pages']
scope:
path: "_pages"
type: "pages"
values:
showOnNavbar: true
layout: "default"
- scope: path: "_pages/categories" type: "pages" values: showOnNavbar: false
- scope: path: "_posts" type: "posts" values: layout: "post" permalink: /blog/:categories/:title/
- scope: path: "_posts/dev" values: needsCodeFont: true categories: [Dev]
- scope: path: "_posts/cs101" values: needsCodeFont: true categories: [CS101]
- scope: path: "_posts/gaming" values: categories: [Gaming]
- scope: path: "_posts/music" values: categories: [Music]