This file contains hidden or 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
import Foundation | |
import Publish | |
import Plot | |
extension Theme where Site == CzjIo { | |
static var czj: Self { | |
Theme( | |
htmlFactory: CzjHTMLFactory(), | |
resourcePaths: ["Sources/CzjIo/styles.css"] | |
) |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
{ | |
"Biomolecules" : "Biomolecules", | |
"Canadian Journal of Electrical and Computer Engineering": "Canadian J. Elect. Comput. Eng.", | |
"China Communications": "China Commun.", | |
"Computer": "Computer", | |
"IEEE ASSP Magazine": "IEEE ASSP Mag.", | |
"IEEE Access": "IEEE Access", | |
"IEEE Aerospace and Electronics Systems Magazine": "IEEE Aerosp. Electron. Syst. Mag.", | |
"IEEE Annals of the History of Computing": "IEEE Ann. Hist. Comput.", |
This file contains hidden or 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
#Insert this at the end of /etc.defaults/ddns_provider.conf | |
[Namecheap] | |
modulepath=/usr/syno/bin/ddns/namecheap.php | |
queryurl=https://dynamicdns.park-your-domain.com/update |