Compare commits

...

8 Commits

Author SHA1 Message Date
deathrow
d3a7240945
Install Gem 2023-02-01 15:59:17 -05:00
deathrow
d7e008e8c0
Install ruby 2023-02-01 15:58:33 -05:00
deathrow
8b98f8c045
Remove checkout 2023-02-01 15:56:14 -05:00
deathrow
9b9350e3dc
Update Syntax 2023-02-01 15:54:51 -05:00
deathrow
4122fdb58f
Update Workflow 2023-02-01 15:48:42 -05:00
deathrow
ad18e67345
Update workflow 2023-02-01 15:40:11 -05:00
deathrow
b4a31abf3d
Qubes sys-dns guide 2023-02-01 15:37:27 -05:00
deathrow
745570e4dd
Jekyll Build 2023-02-01 15:35:03 -05:00
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name: Jekyll build
on: [push]
jobs:
build:
runs-on: ruby:3.1.3
steps:
- run: npm install ruby
- run: npm install gem
- run: gem update
- run: gem install bundler
- run: bundle install
- run: bundle exec jekyll build

View File

@ -295,6 +295,8 @@ echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.s
#### Guides
- [Creating sys-dns](https://forum.qubes-os.org/t/guide-how-to-setup-a-sys-dns-qube/13749)
- [Using Kloak](https://forum.qubes-os.org/t/tutorial-how-to-use-kloak-with-usb-keyboards/14134)
- [Advanced Browser Fingerprinting](https://forum.qubes-os.org/t/advanced-browser-fingerprinting/12379)