-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
19 changed files
with
58 additions
and
137 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
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
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,2 +1,3 @@ | ||
brew "cmake" | ||
brew "clang-format" | ||
brew "sassc" |
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 was deleted.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
configure_file(oxford-poster.pdf oxford-poster.pdf COPYONLY) | ||
configure_file(benchmark-deck.png benchmark-deck.png COPYONLY) | ||
configure_file(example.png example.png COPYONLY) | ||
configure_file(hybrid.png hybrid.png COPYONLY) | ||
configure_file(jsonschema.png jsonschema.png COPYONLY) | ||
configure_file(timeline.png timeline.png COPYONLY) | ||
configure_file(apple-touch-icon.png apple-touch-icon.png COPYONLY) | ||
configure_file(favicon.ico favicon.ico COPYONLY) | ||
configure_file(icon-192x192.png icon-192x192.png COPYONLY) | ||
configure_file(icon-512x512.png icon-512x512.png COPYONLY) | ||
configure_file(icon.svg icon.svg COPYONLY) | ||
configure_file(index.html index.html COPYONLY) | ||
configure_file(manifest.webmanifest manifest.webmanifest COPYONLY) | ||
|
||
find_program(SASSC_BIN NAMES sassc REQUIRED) | ||
add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/main.css" | ||
COMMAND "${SASSC_BIN}" --style compressed | ||
"${CMAKE_CURRENT_SOURCE_DIR}/main.scss" | ||
"${CMAKE_CURRENT_BINARY_DIR}/main.css" | ||
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/main.scss") | ||
add_custom_target(website DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/main.css") | ||
set_target_properties(website PROPERTIES FOLDER "JSON BinPack/Website") |
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
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
File renamed without changes
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,7 +1,3 @@ | ||
--- | ||
sitemap: false | ||
--- | ||
|
||
$container-max-widths: ( | ||
sm: 540px, | ||
md: 720px, | ||
|
File renamed without changes.
File renamed without changes