I want to install CanvasLMS for testing it. Docker is one of assumption for CanvasLMS.
Note Getting docker document at github says install from docker.io for canvas-lms. Following instruction is install from docker that I happened to install (Add: 2021.5.11) 0 Environment Canvas LMS requires 8GB RAM, 150GB storage according to github.com/instructure/canvas-lms
Mine is Ubuntu on an little old Macbook Air - 2015 model.
1 2 3 4 5 6 $ lsb_release -a No LSB modules are available.
When I added git submodule to my git repository and change that submodule during development, I encountered problem. I want to record how I fix that here.
1 Why I need to add submodule? Because hugo requires submodule to reflect template.
1 2 3 4 hugo new site site cd site git init git submodule add https://github.com/dillonzq/LoveIt.git themes/LoveIt I could update this site theme to “LoveIt” (See Hugo LoveIt Theme).
1 Motivation After using hugo-clarity theme, I change my mind to use the other theme. I like:
Admonition in post Technical friendly view Dynamic table of content in right-side bar Comment function All above is supported by LoveIt theme.
2 (Not recommend) buckup and create new Gitlab repository Warning This work for backup gitlab repository might cause the problem that I suffered… Just doing start new repository (with new name and path at Gitlab) should be simple process.
This is the first post of this website :)
I setup Hugo, adopt hugo-clarity theme and publish the site usign Gitlab pages via Gitlab CI.
1 Setup Hugo with hugo-clarity theme I selected hugo as I wanted to use static website generator that easily be supported by git and Gitlab-CI based workflow. I have used Mkdocs for the other websites and wanted to use alternative way.
Hugo looks to have plenty of templates.