University department website #320
epogrebnyak
started this conversation in
Show and tell
Replies: 5 comments 15 replies
-
A rough draft is https://necelentano.github.io/finec-mgimo-v2/ |
Beta Was this translation helpful? Give feedback.
9 replies
-
Aha, now I see the perspective!
вт, 15 июн. 2021 г., 9:11 Henk Verlinde ***@***.***>:
… Looking at package.json - "doks-child-theme" depends on ***@***.***/doks", ok,
but how does .***@***.***/doks/ get propagated to ./?
I'm making use here of Hugo's mounts functionality
<https://gohugo.io/hugo-modules/configuration/#module-config-mounts> —
set in ./config/_default/config.toml:
[module]
[[module.mounts]]
source = ***@***.***/doks/archetypes"
target = "archetypes"
[[module.mounts]]
source = ***@***.***/doks/assets"
target = "assets"
# [[module.mounts]]
# source = ***@***.***/doks/content"
# target = "content"
[[module.mounts]]
source = ***@***.***/doks/data"
target = "data"
[[module.mounts]]
source = ***@***.***/doks/layouts"
target = "layouts"
[[module.mounts]]
source = ***@***.***/doks/static"
target = "static"
[[module.mounts]]
source = "node_modules/flexsearch"
target = "assets/js/vendor/flexsearch"
[[module.mounts]]
source = "node_modules/katex"
target = "assets/js/vendor/katex"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "static"
target = "static"
[[module.mounts]]
source = "content"
target = "content"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "archetypes"
target = "archetypes"
[[module.mounts]]
source = "data"
target = "data"
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#320 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGWBLRDNGV2AO5EV4EKNVDTS3VJ3ANCNFSM46JMTYHQ>
.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Here our latest for faculty webpage - will be available soon at finec.mgimo.ru |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, we are live at https://finec.mgimo.ru |
Beta Was this translation helpful? Give feedback.
3 replies
-
@h-enk - thank you for looking up the site and suggestions, will try to
fix.
Something we have not figured out yet well yet - how to make a switch that
works if we have fewer pages in one than another.
Right now we have to mirror a page in 'en' if we have it in 'ru' -
otherwise our homegrown switch breaks.
We filled issue here at project repo:
finec-mgimo/finec-mgimo.github.io#95
ср, 14 июл. 2021 г. в 10:16, Henk Verlinde ***@***.***>:
… @epogrebnyak <https://github.com/epogrebnyak>, re. search, does this help
you: #310 (reply in thread)
<#310 (reply in thread)>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#320 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGWBLXNA7RFKZAOXWEUMPLTXU2WJANCNFSM46JMTYHQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are in process of adapting Doks for a university department website, will soon post.
Things trying to achieve:
We are into reviewing alot of Hugo concepts while doing this - together with with @necelentano.
Will post link soon once we are past the draft. Hope this can be useful to beginers and other authors.
Beta Was this translation helpful? Give feedback.
All reactions