-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new styling on the archetypes page, small CSS fixes, commented out tr…
…avis.yml
- Loading branch information
1 parent
c4c277b
commit 8a69c2e
Showing
7 changed files
with
52 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,41 @@ | ||
dist: xenial | ||
# | ||
# ------------------ | ||
# Travis seemed to be necessary for legacy builds, but no longer | ||
# As such, I commented it out in favour of the standard GitHub build action for Hugo | ||
# Builds don't seem to throw any errors with travis.yml commented out, but kept the code here | ||
# just in case something breaks once | ||
# ------------------ | ||
# | ||
|
||
addons: | ||
snaps: | ||
- hugo | ||
# dist: xenial | ||
|
||
sudo: true | ||
# addons: | ||
# snaps: | ||
# - hugo | ||
|
||
branches: | ||
only: | ||
- master | ||
- source | ||
# sudo: true | ||
|
||
env: | ||
global: | ||
- SOURCE_DIR="public" | ||
- BUILD_BRANCH="source" | ||
- DEPLOY_BRANCH="master" | ||
# branches: | ||
# only: | ||
# - master | ||
# - source | ||
|
||
script: | ||
- hugo | ||
# env: | ||
# global: | ||
# - SOURCE_DIR="public" | ||
# - BUILD_BRANCH="source" | ||
# - DEPLOY_BRANCH="master" | ||
|
||
deploy: | ||
- provider: pages | ||
# edge: true | ||
github_token: ${GITHUB_TOKEN} | ||
fqdn: usable.tools | ||
local_dir: public | ||
skip_cleanup: true | ||
target_branch: master | ||
on: | ||
branch: source | ||
# script: | ||
# - hugo | ||
|
||
# deploy: | ||
# - provider: pages | ||
# # edge: true | ||
# github_token: ${GITHUB_TOKEN} | ||
# fqdn: usable.tools | ||
# local_dir: public | ||
# skip_cleanup: true | ||
# target_branch: master | ||
# on: | ||
# branch: source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
--- | ||
title: "Archetypes: adversary and organizational" | ||
layout: page | ||
intro: "The USABLE project created two types of archetypes: organizational and organizational" | ||
draft: false | ||
--- | ||
|
||
|
||
|
||
<div class="usable-blue-box"> | ||
<h2>Archetypes</h2> | ||
Internews created archetypes! Staging text staging text staging text | ||
</div> | ||
|
||
|
||
Link to adversary archetypes [here](/adversaries/) | ||
|
||
|
||
|
||
Link to org archetypes [here](/organizations/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters