Version 6.1.2
macOS • Windows • Web • Ubuntu • tvOS • iOS • Android • Amazon Linux • watchOS
Documentation
SDGWeb provides tools for generating websites.
כְּשִׁמְךָ אֱלֹהִים כְּן תְּהלָּתְךָ עַל־קַצְוֵי־אֶרֶץ׃ Like your name, O God, your praise reaches to the ends of the earth. ―sons of קורח/Koraẖ
כְּשִׁמְךָ אֱלֹהִים כְּן תְּהלָּתְךָ עַל־קַצְוֵי־אֶרֶץ׃
Like your name, O God, your praise reaches to the ends of the earth.
―sons of קורח/Koraẖ
let mock = RepositoryStructure( root: sdgWebRepositoryRoot .appendingPathComponent("Tests") .appendingPathComponent("Mock Projects") .appendingPathComponent(mockName) ) let site = Site<L, Unfolder>( repositoryStructure: mock, siteRoot: UserFacing<URL, L>({ _ in return URL(string: "http://example.com")! }), localizationDirectories: UserFacing<StrictString, L>({ localization in return localization.icon ?? StrictString(localization.code) }), author: UserFacing<ElementSyntax, L>({ _ in return .author("John Doe", language: InterfaceLocalization.englishCanada) }), reportProgress: { _ in } ) try site.generate().get() let warnings = site.validate()
Some platforms lack certain features. The compilation conditions which appear throughout the documentation are defined as follows:
.define("PLATFORM_LACKS_FOUNDATION_FILE_MANAGER", .when(platforms: [.wasi])),
SDGWeb provides libraries for use with the Swift Package Manager.
Simply add SDGWeb as a dependency in Package.swift and specify which of the libraries to use:
Package.swift
let package = Package( name: "MyPackage", dependencies: [ .package( name: "SDGWeb", url: "https://github.com/SDGGiesbrecht/SDGWeb", from: Version(6, 1, 2) ), ], targets: [ .target( name: "MyTarget", dependencies: [ .product(name: "SDGWeb", package: "SDGWeb"), .product(name: "SDGHTML", package: "SDGWeb"), .product(name: "SDGCSS", package: "SDGWeb"), ] ) ] )
The modules can then be imported in source files:
import SDGWeb import SDGHTML import SDGCSS
The SDGWeb project is maintained by Jeremy David Giesbrecht.
If SDGWeb saves you money, consider giving some of it as a donation.
If SDGWeb saves you time, consider devoting some of it to contributing back to the project.
Ἄξιος γὰρ ὁ ἐργάτης τοῦ μισθοῦ αὐτοῦ ἐστι. For the worker is worthy of his wages. ―ישוע/Yeshuʼa
Ἄξιος γὰρ ὁ ἐργάτης τοῦ μισθοῦ αὐτοῦ ἐστι.
For the worker is worthy of his wages.
―ישוע/Yeshuʼa
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
macOS • Windows • Web • Ubuntu • tvOS • iOS • Android • Amazon Linux • watchOS
Documentation
SDGWeb
SDGWeb provides tools for generating websites.
Features:
Example Usage
Some platforms lack certain features. The compilation conditions which appear throughout the documentation are defined as follows:
Importing
SDGWeb provides libraries for use with the Swift Package Manager.
Simply add SDGWeb as a dependency in
Package.swift
and specify which of the libraries to use:The modules can then be imported in source files:
About
The SDGWeb project is maintained by Jeremy David Giesbrecht.
If SDGWeb saves you money, consider giving some of it as a donation.
If SDGWeb saves you time, consider devoting some of it to contributing back to the project.