Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
homepage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
homepage
Commits
134a13fd
Commit
134a13fd
authored
5 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added tufte
parent
c8025d5a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6308
passed
5 years ago
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
Makefile
+1
-1
1 addition, 1 deletion
Makefile
css/tufte-css
+1
-0
1 addition, 0 deletions
css/tufte-css
with
8 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
0
View file @
134a13fd
image
:
omalaspinas/pandoc_website:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
##
## Run ssh-agent (inside the build environment)
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
0 → 100644
+
3
−
0
View file @
134a13fd
[submodule "css/tufte-css"]
path = css/tufte-css
url = https://github.com/edwardtufte/tufte-css.git
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
134a13fd
...
...
@@ -6,7 +6,7 @@ STYLES := css/tufte-css/tufte.css \
all
:
index.html
index.html
:
index.md Makefile
pandoc
-o
$@
$<
-t
html5
-c
css/
styling
.css
--self-contained
pandoc
-o
$@
$<
-t
html5
-c
css/
tufte-css/tufte
.css
--self-contained
deploy
:
all
mkdir
-p
site
...
...
This diff is collapsed.
Click to expand it.
tufte-css
@
c414b911
Subproject commit c414b9117d5b39bdb747a172822333fc1043aee3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment