pub essais snc post
subject:
testing frontend.
about:
try update dynamic.
view:
parent index (..)
SNC
- manually triggered wks.
- push trigger wks., now remove static wf, wks.
- add cats, add post
- try post via ulysses external folder
view paper: just testing
codeblocks
how code looks: R
r
get.r<-function(s){
basis<-3
x<-basis+s
i<-x-basis
p<-i-1
q<-x^i
y<-x+p
z<-y^i
q<-z
r1<-q/x
r2<-sqrt(q)
print(r1)
print(r2)
print(z)
print("---")
print(i<-z^r2)
print((b<-z*1/r1))
print(q<-(z*1/r1)*x)
#print(q)
print(r1<-sqrt(q))
}
get.r(0)
.rb test call
this Hello should be replaced by a dummy var. its not. was, but no
issues
render save
16514.1: restored _meta_information.html to original : now meta foot is okay, but theres no content in posts (on server, local wks.) wheres csv meta inserted for view, only posts with no
html
issue with comments on pages? did comment out some content in .md
and did comment out a line in _meta_information.html like
<p>start meta...</p>
<!--<p---> instead <!-- <p> -->
is that an issue for rendering? local renders fine but not on git.
now after deleting that comment its still messed up layout.
removed in this post commented section. maybe content mustnt be empty.
push.
or: maybe sites are not rendered new if content isnt changed but only template.
- solved: grande heureka: it seems as if render the liquid pages on mac has no problems with commented html like above, but on the github linux the pages with such comments are messed up.
play
try embed fixed.
this post is continually actualised so כדאי ל de temps en temps come back and see whats been developed.
convert list to mermaid block
graph TD
ST[Step 1]
UN[understep]
ST --> UN
ST2[Step 2]
UN2[understep 2]
ST2 --> UN2
ST3[Step 3]
UN3[understep 3]
ST3 --> UN3
NE[next step]
UN3 --> NE
SO[some step]
ST3 --> SO
ST4[step 4]
working plain
graph TD
T[target group] -->
WH[who writes] -->
CP[with what capacities] -->
TECH[technical]
CP --> SC[scientifically]
CP-->EFF[time effort]
WH --> PU[whats her use purpose of the center page] -->
LP[landing page for individually set up project page] -->
AB[with only project abstract]
--> NOW[2-fold like now, with distinct project pages behind landingpage which could all be rendered differently individually, according to the framework used by the project maintainers and just needed to be pushed to main page]
LP-->CPP[complete project presentation]-->
IMP[needs to implement complex built paper?]-->
STL[standard paper layout?]-->
BU[built-in pdf export extra to online version --> quarto, rmarkdown, python notebooks]
NOW-->UI[user interaction needed?]-->
BL[blog format]
NOW-->META[number of metadata to be included and how displayed?]-->
CSV[meta from .csv table, layout template to include preformatted display fields for metadata]
IMP --> META
Test tag works!
issues
16531.
- git render differs again from local mac but also from containerized ruby 3.4.1 mirror of runner which displays as local render
NAVI: